home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / AppsToGo.docs / ==Metrowerks read me < prev    next >
Encoding:
Text File  |  1994-02-24  |  2.1 KB  |  50 lines  |  [TEXT/MPCC]

  1. Everything for building in Metrowerks, MPW or THINK is included.
  2.  
  3. Metrowerks C users:
  4.  
  5. The only project files I created for Metrowerks are for PowerPC.  If you also wish
  6. to build for 68k, you'll have to create your own project file, which should take
  7. just a few minutes.  I wanted to keep the archive size down as much as possible.
  8. (The really interesting build with Metrowerks is for PowerPC anyway.)
  9.  
  10. To build the samples:
  11.  
  12. 1)    Open the project file ATGHeaders.project (found in DTS.Lib:DTS.Lib.headers)
  13.     and pre-compile the headers.  Save as ATGHeaders in the appropriate place.
  14. 2)  Open the project file “ATG.controls.π”, found in the DTS.Lib folder.  Build it
  15.     and save the library where appropriate.
  16. 3)    Repeat steps 3 and 4 for the libraries:
  17.         “DTS.Lib..ctlhandler.π”,
  18.         “DTS.Lib..framework.π”,
  19.         “DTS.Lib..gwlayers.π”,
  20.         “DTS.Lib..listvar.π”,
  21.         “DTS.Lib..strings.π”,
  22.         “DTS.Lib..sys6help.π”,
  23.         “DTS.Lib..treeobj.π”,
  24.         “DTS.Lib..utils.π”.
  25.     and “DTS.Lib..window.π”.
  26. 4)    Build the sample applications.
  27.     Don't forget to rename the .π.rsrc files to parallel the project name by
  28.     inserting a .PPC in front of the .π.rsrc suffix.  If you don't do this, then
  29.     the application will be build without resources, and when run, it isn't fun.
  30.     (Again, I tried to keep the archive size down.  The resource file name is
  31.     correct for THINK, and almost correct for Metrowerks.)
  32.  
  33.  
  34. NOTE:  The DTS.Lib framework has QuickTime support.  Due to this, you will need the
  35.        QuickTime headers to be able to compile it.  This is a bit of a trick with
  36.        Metrowerks right now.  You first need to get the latest QuickTimeLib.xcoff
  37.        from the FastTrack tools, and then use MakePef to create the pef file.  The
  38.        pef file is then placed where the linker can find it when building the
  39.        sample applications.  You will also need to do this for sound when you build
  40.        Kibitz.  Also, weak linking isn't available in Metrowerks yet, so you MUST have
  41.        these libraries for Metrowerks PowerPC right now.
  42.  
  43.  
  44. If you have any comments or questions, please let me know.  I want to continue
  45. to make this stuff easier to use, while being more useful, so let me know what
  46. you think, or it won't happen.
  47.  
  48.  
  49. Eric Soldan
  50.